<?xml version="1.0"?>
<component name="org.nuxeo.ecm.user.center.theme.override">

  <require>org.nuxeo.ecm.user.center.theme</require>

  <extension point="applications" target="org.nuxeo.theme.services.ThemeService">

    <application root="/nuxeo" template-engine="jsf-facelets">

      <view id="/view_home.xhtml">
        <theme>userCenter/default</theme>
      </view>
      <view id="/home_view_documents.xhtml">
        <theme>userCenter/default</theme>
      </view>

    </application>

  </extension>

</component>
